翻訳と辞書
Words near each other
・ Presentation College, Windsor
・ Presentation complex
・ Presentation Convent Girls High School
・ Presentation Convent High School
・ Presentation Convent High School, Murree
・ Presentation Convent High School, Sargodha
・ Presentation Convent School, Jhelum
・ Presentation Convent School, Peshawar
・ Presentation Convent Senior Secondary School
・ Presentation copy
・ Presentation director
・ Presentation folder
・ Presentation High School
・ Presentation High School (disambiguation)
・ Presentation House Gallery
Presentation layer
・ Presentation logic
・ Presentation Manager
・ Presentation National High School
・ Presentation of a group
・ Presentation of a monoid
・ Presentation of Benefices Act 1605
・ Presentation of Benefices Act 1688
・ Presentation of Benefices Act 1713
・ Presentation of Christ in the Temple (Lochner, 1445)
・ Presentation of Jesus at the Temple
・ Presentation of Jesus at the Temple (disambiguation)
・ Presentation of Mary
・ Presentation of Mary Academy
・ Presentation of Our Lord Chapel


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Presentation layer : ウィキペディア英語版
Presentation layer

In the seven-layer OSI model of computer networking, the presentation layer is layer 6 and serves as the data translator for the network.〔(Microsoft TechNet )〕 It is sometimes called the syntax layer.
==Description==
The presentation layer is responsible for the delivery and formatting of information to the application layer for further processing or display.〔http://www.linfo.org/presentation_layer.html Linux Information Project〕 It relieves the application layer of concern regarding syntactical differences in data representation within the end-user systems. An example of a presentation service would be the conversion of an EBCDIC-coded text computer file to an ASCII-coded file.
The presentation layer is the lowest layer at which application programmers consider data structure and presentation, instead of simply sending data in the form of datagrams or packets between hosts. This layer deals with issues of string representation - whether they use the Pascal method (an integer length field followed by the specified amount of bytes) or the C/C++ method (null-terminated strings, e.g. "thisisastring\0"). The idea is that the application layer should be able to point at the data to be moved, and the presentation layer will deal with the rest.
Serialization of complex data structures into flat byte-strings (using mechanisms such as TLV or XML) can be thought of as the key functionality of the presentation layer.
Encryption is typically done at this level too, although it can be done on the application, session, transport, or network layers, each having its own advantages and disadvantages.〔 Decryption is also handled at the presentation layer. For example, when logging on to bank account sites the presentation layer will decrypt the data as it is received.〔 Another example is representing structure, which is normally standardized at this level, often by using XML. As well as simple pieces of data, like strings, more complicated things are standardized in this layer. Two common examples are 'objects' in object-oriented programming, and the exact way that streaming video is transmitted.
In many widely used applications and protocols, no distinction is made between the presentation and application layers. For example, HyperText Transfer Protocol (HTTP), generally regarded as an application-layer protocol, has presentation-layer aspects such as the ability to identify character encoding for proper conversion, which is then done in the application layer.
Within the service layering semantics of the OSI network architecture, the presentation layer responds to service requests from the application layer and issues service requests to the session layer.
In the OSI model: the presentation layer ensures the information that the application layer of one system sends out is readable by the application layer of another system. For example, a PC program communicates with another computer, one using extended binary coded decimal interchange code (EBCDIC) and the other using ASCII to represent the same characters. If necessary, the presentation layer might be able to translate between multiple data formats by using a common format.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Presentation layer」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.